crypto/internal/fips140/aes/gcm.GCMForTLS12.g (field)

4 uses

	crypto/internal/fips140/aes/gcm (current package)
		gcm_nonces.go#L116: 	return &GCMForTLS12{g: *g}, nil
		gcm_nonces.go#L120: 	g    GCM
		gcm_nonces.go#L145: 	return g.g.sealAfterIndicator(dst, nonce, plaintext, data)
		gcm_nonces.go#L150: 	return g.g.Open(dst, nonce, ciphertext, data)